projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b747d
)
(ada-create-keymap): Paren typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 16:25:41 +0000
(16:25 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 16:25:41 +0000
(16:25 +0000)
lisp/progmodes/ada-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-mode.el
b/lisp/progmodes/ada-mode.el
index 70c27eb28584ada0d2bd92a00aabc146e2ea99db..478a07bc3b6bbf8ca666e69bdc217d9c4432f6f3 100644
(file)
--- a/
lisp/progmodes/ada-mode.el
+++ b/
lisp/progmodes/ada-mode.el
@@
-4571,7
+4571,7
@@
Moves to 'begin' if in a declarative part."
;; account
(define-key ada-mode-map
(if (boundp 'delete-key-deletes-forward) [backspace] "\177")
- 'backward-delete-char-untabify)
)
+ 'backward-delete-char-untabify)
;; Make body
(define-key ada-mode-map "\C-c\C-n" 'ada-make-subprogram-body)